home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 151-175 / disk_166 / stevie / readme < prev    next >
Text File  |  1992-05-06  |  1KB  |  65 lines

  1. STEVIE Source Release
  2.  
  3. This is a source release of the STEVIE editor, a public domain clone
  4. of the UNIX editor 'vi'. The program was originally developed for the
  5. Atari ST, but has been ported to UNIX, OS/2, BSD 4.3 and the Amiga as well.
  6.  
  7. To compile STEVIE, you'll also need Henry Spencer's regular expression
  8. library.
  9.  
  10. The files included in this release are:
  11.  
  12. README
  13.     This file.
  14.  
  15. stevie.doc
  16.     Reference manual for STEVIE. Assumes familiarity with vi.
  17.  
  18. source.doc
  19.     Quick overview of the major data structures used.
  20.  
  21. porting.doc
  22.     Tips for porting STEVIE to other systems.
  23.  
  24. makefile.os2
  25. makefile.usg
  26. makefile.tos
  27. makefile.bsd
  28. makefile.amiga.lattice
  29.     Makefiles for OS/2, UNIX System V, Atari ST, BSD 4.3 UNIX and the
  30. Amiga respectively.
  31.  
  32. amiga.c
  33. amiga.h
  34. bsd.c
  35. bsd.h
  36. os2.c
  37. os2.h
  38. unix.c
  39. unix.h
  40. tos.c
  41. tos.h
  42.     System-dependent routines for the same.
  43.  
  44. alloc.c ascii.h cmdline.c edit.c fileio.c help.c charset.c
  45. keymap.h linefunc.c main.c mark.c misccmds.c normal.c param.c
  46. param.h ptrfunc.c screen.c search.c stevie.h term.h macros.h
  47.  
  48.     C source and header files for STEVIE.
  49.  
  50. To compile STEVIE for one of the provided systems:
  51.  
  52.     1. Compile the regular expression library and install as
  53.        appropriate for your system.
  54.  
  55.     2. Edit the file 'stevie.h' to set the system defines as needed.
  56.  
  57.     3. Check the makefile for your system, and modify as needed.
  58.  
  59.     4. Compile.
  60.  
  61. Good Luck...
  62.  
  63. Tony Andrews            March  12, 1988
  64. G. R. (Fred) Walter     August 14, 1988
  65.